home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1787 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: gos.ukc.ac.uk!njh
  2. From: njh@ukc.ac.uk (Niki Hemmings)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Is a real good mpeg player possible on the amiga ?
  5. Date: Tue, 23 Jan 96 15:26:55 GMT
  6. Organization: University of Kent at Canterbury, UK.
  7. Sender: njh@ukc.ac.uk
  8. Distribution: world
  9. Message-ID: <14324@gos.ukc.ac.uk>
  10. References: <4e2gqu$5ca@caers3.unicaen.fr>
  11. Reply-To: njh@ukc.ac.uk (Niki Hemmings)
  12. NNTP-Posting-Host: gos.ukc.ac.uk
  13.  
  14. In article <4e2gqu$5ca@caers3.unicaen.fr>, Samuel Devulder  <devulder> wrote:
  15. >It would be great if standard amigas could play mpeg anims with
  16. >a good speed. I don't think the color is always usefull, working
  17. >in black&white/grey mode at 20fps is better in my mind than having 
  18. >a pseudo truecolor anim in ham8 at 2fps !!. Further more, if our
  19. >computer claims to be a "multimedia" machine, it is a pity that it
  20. >can't display mpeg in a correct way !
  21.  
  22. If you have mp, try:
  23.  
  24.     mp -dither gray8 <filename>
  25.  
  26. This will make the player only decode luminance, and display the result
  27. in 256 grey-scales.  The play-back is about twice as fast as full colour
  28. decoding with mp.
  29.  
  30. However...  I must say, it's very dissapointing that even on a fast
  31. 68030, 160x128 mpegs still only play at around 10 fps, even in grey-scale
  32. mode.  Particularly when compared to the numerous PC mpeg players, whose
  33. performance is disproportionately higher than the hardware performance.
  34.  
  35. Nik.
  36.